php iterate through array

46

php loop through array -

foreach($array as $item=>$values){
     echo $values->filepath;
    }

Comments

Submit
0 Comments